home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 05 - 1989 / 05.10 Oct 89 / Driver Code / GNEGlobals.inc < prev    next >
Encoding:
Text File  |  1988-01-02  |  271 b   |  11 lines  |  [TEXT/MPS ]

  1. entry_slots        equ                8
  2.  
  3. GNEGlobals        RECORD            2
  4. Control_Ptr        DS.L            1                ;Pointer to a parameter block
  5. Drvr_num        DS.W            1                ;Number of cooperating drivers
  6. Drvrentries        DS.W            entry_slots
  7. GNE_Next        DS.L            1                ;Pointer to next GNE filter
  8. GNEGlobalSize    equ                *-2
  9.                 ENDR
  10.  
  11.